Merged
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ca3f649 to
f8ba3de
Compare
ead0f96 to
0f23b49
Compare
5e2038b to
6acd855
Compare
4a0d987 to
fa7ed03
Compare
fa7ed03 to
4b77401
Compare
…ramework Switch from building Docker images and running pytest+testinfra externally to using system-manager's built-in makeContainerTest API backed by systemd-nspawn. The test is now a Nix check derivation that runs inside the build sandbox. It requires auto-allocating UIDs in the ephemeral Nix installation, which is now enabled by default in the GitHub Action.
4b77401 to
fc07fb6
Compare
jfroche
added a commit
that referenced
this pull request
Feb 12, 2026
* feat: deploy nginx using system manager And use docker to run tests * Test system manager deployment triggered by Ansible * Create default system manager configuration * chores: add nix run .#ansible-test and .#check-system-module to github actions workflows * feat: replace Docker-based system-manager tests with container test framework Switch from building Docker images and running pytest+testinfra externally to using system-manager's built-in makeContainerTest API backed by systemd-nspawn. The test is now a Nix check derivation that runs inside the build sandbox. It requires auto-allocating UIDs in the ephemeral Nix installation, which is now enabled by default in the GitHub Action. * fix: ansible-lint violations in test playbook --------- Co-authored-by: Yvan Sraka <yvan@sraka.xyz>
picnoir
pushed a commit
that referenced
this pull request
Feb 19, 2026
* feat: deploy nginx using system manager And use docker to run tests * Test system manager deployment triggered by Ansible * Create default system manager configuration * chores: add nix run .#ansible-test and .#check-system-module to github actions workflows * feat: replace Docker-based system-manager tests with container test framework Switch from building Docker images and running pytest+testinfra externally to using system-manager's built-in makeContainerTest API backed by systemd-nspawn. The test is now a Nix check derivation that runs inside the build sandbox. It requires auto-allocating UIDs in the ephemeral Nix installation, which is now enabled by default in the GitHub Action. * fix: ansible-lint violations in test playbook --------- Co-authored-by: Yvan Sraka <yvan@sraka.xyz>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch introduces system-manager integration for deploying services and validates the deployment using Ansible and a Nix-native container test framework.
It is validated using the built-in makeContainerTest API, which runs systemd-nspawn containers inside the Nix build sandbox with no Docker dependency.